From e7f2dc7e855ae3f72beda0c370acbaf070f91334 Mon Sep 17 00:00:00 2001 From: "maf46@burn.cl.cam.ac.uk" Date: Sun, 29 May 2005 01:03:56 +0000 Subject: [PATCH] bitkeeper revision 1.1587 (429914fc4wycjm1BHhUK9gZ0LL0sIg) VMX domains should not have SHM_write_all enabled. --- xen/arch/x86/domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/domain.c b/xen/arch/x86/domain.c index 1f42bd61ba..f7f7818de0 100644 --- a/xen/arch/x86/domain.c +++ b/xen/arch/x86/domain.c @@ -357,7 +357,7 @@ static int vmx_final_setup_guest( /* Put the domain in shadow mode even though we're going to be using * the shared 1:1 page table initially. It shouldn't hurt */ shadow_mode_enable(ed->domain, - SHM_enable|SHM_write_all|SHM_refcounts| + SHM_enable|SHM_refcounts| SHM_translate|SHM_external); } -- 2.30.2